func regexp/syntax.repeatIsValid
3 uses
regexp/syntax (current package)
parse.go#L304: if op == OpRepeat && (min >= 2 || max >= 2) && !repeatIsValid(re, 1000) {
parse.go#L320: func repeatIsValid(re *Regexp, n int) bool {
parse.go#L337: if !repeatIsValid(sub, n) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)